Click or drag to resize

DomainSetting Class

Contains domain settings that are returned by the GetDomainSettings Operation (SOAP) operation request.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverDomainSetting

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class DomainSetting

The DomainSetting type exposes the following members.

Constructors
  NameDescription
Public methodDomainSetting
Initializes a new instance of the DomainSetting class.
Top
Properties
  NameDescription
Public propertyName
Represents the name of a setting.
Public propertyProtocolConnections
Represents a collection of server protocol connection settings.
Public propertyType
Represents a user setting type.
Public propertyValue
Represents a user setting value.
Public propertyWebClientUrls
Represents a user setting that contains a collection of WebClientUrl (SOAP) elements.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also